home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #10 / CD 10 (Black) - 1998.iso / k-cd.dxr / Internal_24.ls < prev    next >
Encoding:
Text File  |  1998-09-03  |  378 b   |  17 lines

  1. global Musik
  2.  
  3. on enterFrame
  4.   set the fileName of castLib "Sprog" to "Dansk.cst"
  5.   set the fileName of castLib "V_Sprog" to "V_Dansk.cst"
  6.   mci("open sequencer!lydspor.mid alias baggrund")
  7.   mci("play baggrund")
  8.   set Musik to 1
  9.   cursor(-1)
  10.   baRegister("Komputer for alle", 9771320)
  11.   register(xtra("PrintOMatic"), "PMAT155-759-89551")
  12. end
  13.  
  14. on exitFrame
  15.   go("IntroAnim")
  16. end
  17.